projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85aaf13
)
testsuite/gtk/textiter: Remove an unused variable
author
Daniel Boles
<dboles@src.gnome.org>
Sat, 18 Feb 2017 19:26:08 +0000
(19:26 +0000)
committer
Daniel Boles
<dboles@src.gnome.org>
Sat, 18 Feb 2017 19:37:50 +0000
(19:37 +0000)
testsuite/gtk/textiter.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/textiter.c
b/testsuite/gtk/textiter.c
index c68220c0f1d465c5a017de8c78352d486bd39151..6259f88210c36a4eb185ec18556555496bb81d0a 100644
(file)
--- a/
testsuite/gtk/textiter.c
+++ b/
testsuite/gtk/textiter.c
@@
-748,7
+748,6
@@
test_backward_line (void)
{
GtkTextBuffer *buffer;
GtkTextIter iter, start, end;
- gboolean ret;
gint offset;
buffer = gtk_text_buffer_new (NULL);